home *** CD-ROM | disk | FTP | other *** search
- Path: yarrina.connect.com.au!usenet
- From: Andrew Dalgleish <andrewd@axonet.com.au>
- Newsgroups: comp.lang.c
- Subject: Re: HELP: Illegal Pointer Arithmetic
- Date: Tue, 27 Feb 1996 18:53:50 +1000
- Organization: Axon Research, Pty Ltd
- Message-ID: <3132C69E.3B89@axonet.com.au>
- References: <4gj0ug$730@news.one.net> <Pine.SV4.3.91-heb-2.04.960224061304.17461C-100000@cs.technion.ac.il>
- NNTP-Posting-Host: 203.63.6.118
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- Kohn Emil Dan wrote:
- > To solve the problem, replace "\0" with '\0'.
-
- Even better, replace "\0" with 0. I often make typos and lose the \,
- which then assigns '0' (ASCII for zero)
-
- --
- Andrew Dalgleish
- Senior Software Engineer
- Axon Research, Pty Ltd
- 6 Wallace Ave
- Toorak, VIC
- 3142
- AUSTRALIA
- Tel: +61-3-9826-5538
- Fax: +61-3-9824-0083
- Email: andrewd@axonet.com.au
-